home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD-ROM Today - The Disc! 5
/
CD-ROM Today - The Disc (Issue 5)(November 1994).ISO
/
mac
/
DHA demo
/
Don Norman Folder
/
The Library
/
The Library.rsrc
/
CSTR_5477_doNewNoteBookCSTR
< prev
next >
Wrap
Text File
|
1994-09-21
|
511b
|
22 lines
global gNBSN
put tStr("LibMsg",47) into NotebookName
if there is not a window NotebookName
then
lock screen
lock messages
set lockrecent to true
push card
if there is a file GetStackPath()&gNBSN
then
go stack GetStackPath()&gNBSN
if not checked(NotebookName) then get Fit(NotebookName)
send opennotebook to this card
end if
if there is a window NoteBookName then isEBW NoteBookName
pop card
unlock screen
unlock messages
else
if checked(NotebookName) then get Fit(NotebookName)
close window NotebookName
end if